home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 3282 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  740 b 

  1. Path: serra.unipi.it!news
  2. From: Matteo DELL'OMODARME <df143193@fisica.difi.unipi.it>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Problem with ascii to number conversion.
  5. Date: 27 Jan 1996 14:51:35 GMT
  6. Organization: Italian Software
  7. Message-ID: <4ede5n$flq@serra.unipi.it>
  8. References: <96012012081730705@busilink.com>
  9. NNTP-Posting-Host: r6000sm2.difi.unipi.it
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 1.1N (X11; I; AIX 2)
  14. X-URL: news:96012012081730705@busilink.com
  15.  
  16. You probably reached the upper limit for an "int" variable (32767).
  17. Try to use a "long int": use the function atol() wich returns a long int.
  18.  
  19.                     Matteo Dell'Omodarme
  20.                 http://fisica.difi.unipi.it/~df143193
  21.  
  22.